From e707eadaf29dc44a28bd1e0d8107ab449a5e0378 Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Tue, 9 Apr 2013 11:56:17 +0100 Subject: [PATCH] Update GtkCssProvider box-shadow documentation Non-inset box-shadows are no longer ignored by the GTK+ theming engine, outset shadows are supported. Signed-off-by: Rob Bradford --- gtk/gtkcssprovider.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 7512668474..6b9b1c7245 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -556,8 +556,7 @@ * The optional blur radius parameter is parsed, but it is currently not rendered by * the GTK+ theming engine. * The inset parameter defines whether the drop shadow should be rendered inside or outside - * the box canvas. Only inset box-shadows are currently supported by the GTK+ theming engine, - * non-inset elements are currently ignored. + * the box canvas. * * * To set multiple box-shadows on an element, you can specify a comma-separated list -- 2.30.2